Welcome![Sign In][Sign Up]
Location:
Search - BMP linux

Search list

[Linux-Uniximagepro

Description: 一个在linux下,利用QT库开发的,可以处理jpeg,bmp,xpm文件格式的应用程序。-One in linux, using the QT library developed can handle jpeg, bmp, xpm file format applications.
Platform: | Size: 41984 | Author: | Hits:

[Linux-UnixMAKELOGO

Description: 这个代码是实现了将给定的bmp图片转换成linux所识别的logo启动画面-This code changed the bmp picture to the logo which can be recongnized by linux
Platform: | Size: 1024 | Author: 梁志聪 | Hits:

[OpenGL programthreedmesh

Description: 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing in order to achieve the necessary two-dimensional realization of the three-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introd
Platform: | Size: 105472 | Author: 周立 | Hits:

[Otherlinuxchangebmp

Description: 本程序在项目中测试通过 yangxing msn:lelma_yx@hotmail.com 希望对tft屏操作的朋友有所帮助。 一、支持65K色320*240bmp图片 二、输入文件为BMP文件(如15.bmp) 三、输出文件为.h文件(如15.h) 四、支持555和565格式 五、在显示文件中包含此头文件,然后将其输出到TFT屏上即可-the procedures in the project through testing yangxing msn : lelma_yx@hotmail.com hope to tft screen operation friend help. A support 65* 320 K color photographs 240bmp two, input file as a BMP file (such as 15. bmp) 3, the output document. h documents (such as 15. h) 4. 555 and 565 support five format, shown in this file contains the header files, and then the output of TFT screen can be
Platform: | Size: 107520 | Author: y | Hits:

[Linux-Unixnetpbm-10.26.24

Description: linux下将各类格式图片转换工具,包含bmp,jpeg,gif,ppm,jpg,pcx,png,ti-under linux type of format conversion tools pictures, including bmp, jpeg, gif, ppm, jpg, pcx, png, tiff, etc.
Platform: | Size: 2540544 | Author: y | Hits:

[Picture Viewerfbv-1.0b.tar

Description: linux下基于控制台的图片浏览器,基于FrameBuffer驱动实现,支持BMP、JPG、PNG、GIF格式图片浏览,支持缩放、翻转等功能,纯C实现,小巧且使用方便,很适合拿来做嵌入式移植和二次开发,可参考其来实现数码产品的图片浏览器。-linux based console Photo browser, Drivers based framebuffer support BMP, JPG, PNG, GIF format images View, support zoom, flip, and other functions, to achieve pure C, compact and easy to use. very suitable for embedded used as transplants and secondary development, reference can be made to realize its digital products Photo browser.
Platform: | Size: 19456 | Author: nico zhu | Hits:

[Picture ViewerEasyBMPtoAVI_0.54_console-source

Description: EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi movie file from a series of windows bitmap (BMP) images. Some features: 1) Support for reading all bit-depths supported by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed, so you can choose your own compression without loss of quality. 4) Cross-platform compatible (Linux, Unix, Windows, Macintosh, Solaris, ...) 5) Cross-compiler compatible (supports compiling in MS Visual Studio, g++, MinGW, Intel s icc, and the lousy Borland compiler) 6) Easy user interface even helps you if you forget to specify crucial information. 7) Endian-safe as of Version 0.52, so it will work on things like PowerPC, Sparc, etc. 8) 64-bit compatible if you compile with EasyBMP -EasyBMPtoAVI is a simple, easy-to-use, cross-platform utility for creating an avi mov ie file from a series of windows bitmap (BMP) ima celebrated. Some features : 1) Support for reading all bit-depths supporte d by EasyBMP. At the present time, this includes 1, 4, 8, 16, 24, and 32-bpp bitmap images. 2) Can create files up to 2GB in size. 3) Output is uncompressed. so you can choose your own compression without l oss of quality. 4) Cross-platform compatible ( Linux, Unix, Windows, Mac, Solaris, ...) 5) Cross-compatible compiler (c supports ompiling in MS Visual Studio, g, MinGW. Intel's icc. and the lousy Borland compiler) 6) Easy user int erface even helps you if you forget to specify cr ucial information. 7) Endian-safe as of Versio n 0.52, so it will work on things like the PowerPC
Platform: | Size: 13312 | Author: deeply2000 | Hits:

[Picture ViewerCbmpread

Description: 读BMP图像的数据,然后变换(我只是加了一条黑线,但可以进行如去噪,平滑等变换,我下一步的工作),再将数据写回一个新的图像中!在Linux下完成,可以很好的工作,代码是符合ANIS C的,应该是可以在windows下运行的!(运行时需要修改文件路径)-Reading BMP image data, and transform (I just added a black line, but can be as denoising, smoothing transformation, I will work), and then write data to a new image! Completed under Linux, good work, the code is consistent with ANIS C, should be able to run under the windows! (Runtime need to amend the document path)
Platform: | Size: 3072 | Author: 阳陵 | Hits:

[Linux-Unixllg256

Description: linux-2.4内核修改工具,可以方便的定制启动图标,根据指定的BMP,自动生成linux内核的C语言代码 -linux-2.4 kernel modifying tools, to facilitate the commencement icon customization, According to the designated BMP, automatic generation of the Linux kernel C language code
Platform: | Size: 222208 | Author: 夏永明 | Hits:

[Linux-Unixloadbmp

Description: 该代码是在嵌入式linux实现的图像界面编程,实现了对图像的各种操作。-The code is in the embedded linux realize image interface programming, realize the various operations of the image.
Platform: | Size: 296960 | Author: 田江华 | Hits:

[Linux-Uniximage_bmp_process

Description: 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。-Written in C with pure RGB file format reading the code, return the first file header and data, so re-read and write data much easier. Support for 8, 24-bit RGB Fig. Linux system inside the RGB image data format storage format for the RGB, from top-down filling and Windows systems, RGB image storage format is BGR, from the documents began to fill the last line, so readers have to pay attention to RGB map.
Platform: | Size: 3072 | Author: gomo | Hits:

[Embeded Linuxframebuffer

Description: 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_logo.h中数组的值,进行相应的移位操作,将值赋给fb即可在屏幕上显示出小企鹅 。-Framebuffer draw using the framebuffer Little Penguin Linux interface to the user access to the display device of the common interface, through mmap mapped display buffer to the user, fb set up what we value, will be directly displayed on the screen. This experiment we want to use framebuffer on the screen, a small penguin, you can then read bmp images, set up framebuffer value, or the use of include/linux/linux_logo.h file (the file has the definition of a good little penguins color and location information) , set the value of framebuffer. Used in this experiment is the second method. Linux_logo.h read in as long as the value of the array, the corresponding shift operation, the value assigned to fb can be displayed on the screen small penguins.
Platform: | Size: 7168 | Author: 果法 | Hits:

[Special EffectsaviTObmp

Description: 可以将avi解析为bmp图片,比较有用哈,效率还是较高!-Avi can be resolved to bmp images, more useful Kazakhstan, efficiency or higher!
Platform: | Size: 40960 | Author: 夏光辉 | Hits:

[Picture ViewershowJPEG

Description: 嵌入式linux下,显示JPEG图片的显示程序-Embedded linux, the display JPEG image display program
Platform: | Size: 504832 | Author: qiaoyong | Hits:

[2D Graphiccximage599c_linux.tar

Description: cximage599c_linux: this provide makefile for linux(simply type make to build it) cximage is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images
Platform: | Size: 1444864 | Author: jauming | Hits:

[Linux-Unixpicture_explorer

Description: 在linux下利用framebuffer编写的图片浏览程序,此程序可以模拟数码相机的图片浏览功能 进行图片的显示及翻页,源码中涉及图片请自行设置,格式为bmp即可-In linux prepared using framebuffer image viewer program, this program can simulate the digital camera picture browsing function display and flip images, source code relating to picture your own settings, bmp format can
Platform: | Size: 4096 | Author: universe | Hits:

[Embeded LinuxJPGARM

Description: bmp图像转换成jpeg图像的一个linux的小程序-bmp image into a jpeg image of a small linux program
Platform: | Size: 60416 | Author: 梁志洪 | Hits:

[Linux-Unixbmp_24_16

Description: 24BMP图转16,去头不适用XP,LINUX等的看图软件-24BMP plans to switch 16, the first does not apply to XP, LINUX, etc. plug
Platform: | Size: 79872 | Author: lixinwei | Hits:

[Linux-Unixreadbmp

Description: 在Linux环境下,将bmp图片以二进制的形式读入内存,然后在gtk中将图片的二进制数据加以显示-In the Linux environment, bmp picture to a binary form is read into memory, then gtk picture of binary data will be displayed
Platform: | Size: 2048 | Author: 林家恒 | Hits:

[Linux-Unixbmp-framebuffer

Description: linux下的BMP位图显示程序,经测试好用,但请大家注意,不同的文件格式需要转换!-BMP under linux bitmap display program, tested good, but please note that the need for a different file format conversion!
Platform: | Size: 4096 | Author: 杨旭荣 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net